PowerTCP Mail for .NET
RemoveAt Method




The index of the Parts to remove.
Removes the specified attachment from the owning Multipart.
Syntax
Public Shadows Sub RemoveAt( _
   ByVal index As Integer _
) 
Dim instance As PartCollection(Of T)
Dim index As Integer
 
instance.RemoveAt(index)
public new void RemoveAt( 
   int index
)
public: new void RemoveAt( 
   int index
) 
public:
new void RemoveAt( 
   int index
) 

Parameters

index
The index of the Parts to remove.
See Also

Reference

PartCollection<T> Class
PartCollection<T> Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic